home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / util1 / qa.arc / QA.DOC next >
Encoding:
Text File  |  1986-05-24  |  1.0 KB  |  23 lines

  1. QA stands for Quick Ascii.  It's just that.  It will convert any kind of
  2. word processor file (or anything else) to ASCII with appropriate line
  3. feeds; it will also expand some tabs (though only word processors that
  4. use the standards ascii 9 for tabs).  The output may not be pretty, but
  5. it will be readable.  Thus, if you have, say, a MultiMate file, but no
  6. MultiMate, and are curious to know what it is, just go:
  7.  
  8.                 QA <INPUT_FILE >OUTPUT_FILE
  9.  
  10. and then use LIST or TYPE to study the OUTPUT_FILE.  QA relies upon DOS
  11. redirection so you must follow the redirection rules.  There might be
  12. other stuff, garbage, included in the OUTPUT_FILE besides the text
  13. you're used to seeing.  You will have to decide what is text and what is
  14. not.  If you just type QA and hit the return, you'll get a descriptive
  15. message.  If you like QA and wish to send money, send it to a nice
  16. charity, and drop me a card.
  17.  
  18.                 Ronald Gans
  19.                 350 West 55th Street
  20.                 New York, New York 10019
  21.  
  22.  
  23.